func runtime.sysAllocOS
5 uses
runtime (current package)
debuglog.go#L78: l = (*dlogger)(sysAllocOS(unsafe.Sizeof(dlogger{})))
debuglog.go#L727: state1 := sysAllocOS(unsafe.Sizeof(readState{}) * uintptr(n))
malloc.go#L739: l2 = (*[1 << arenaL2Bits]*heapArena)(sysAllocOS(unsafe.Sizeof(*l2)))
mem.go#L52: return sysAllocOS(n)
mem_linux.go#L21: func sysAllocOS(n uintptr) unsafe.Pointer {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |